home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / intrvews / xgrab.lha / xgrab / Makefile < prev    next >
Makefile  |  1990-04-25  |  202b  |  11 lines

  1. all:
  2.     cd ui/GC; make $(MFLAGS)
  3.     cd ui/OGC; make $(MFLAGS)
  4.     cd grabst; make $(MFLAGS)
  5.     cd ui; make $(MFLAGS)
  6. clean:
  7.     cd ui/GC; make clean
  8.     cd ui/OGC; make clean
  9.     cd grabst; make clean
  10.     cd ui; make clean
  11.